home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / loglog < prev    next >
Encoding:
Text File  |  1994-10-22  |  257 b   |  15 lines

  1. loglog:
  2.  
  3. Synopsis: Sets the plot-window x- and y-axis logaritmic.
  4.  
  5. Syntax: loglog ( I)
  6.  
  7. Description:
  8.  
  9.     Sets the I:th plot-window x- and y-axis logaritmic.
  10.     
  11.     If 'I' is not specified the default plot-window (0) is used.
  12.  
  13. See Also: semilogx, semilogy, nolog
  14.  
  15.